home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / lang / forth2latex.readme < prev    next >
Encoding:
Text File  |  2002-07-26  |  2.4 KB  |  76 lines

  1. Short:    LaTeX files from Forth sources
  2. Author:   kneusel@studsys.mscs.mu.edu (Ronald T. Kneusel), ported by uploader
  3. Uploader: polluks@sdf.lonestar.org (Stefan Haubenthal)
  4. Version:  1.9c
  5. Type:     dev/lang
  6.  
  7. README for Forth2LaTeX
  8. ----------------------(01-05-95)
  9.  
  10.  
  11.  
  12.  
  13.  Forth2LaTeX is a program for converting Forth source code into LaTeX so 
  14.  that it can be printed nicely.  It will make use of LaTeX sectioning 
  15.  commands and will generate a table of contents and an index of defined 
  16.  words.  It uses different fonts for code and comments and allows 
  17.  embedding of LaTeX commands in the source code.  See the manual for more
  18.  information.
  19.  
  20.  The code will run under Unix, VMS and on MS-DOS and Macintosh 
  21.  computers.  See the file INSTALL for pertinent information about 
  22.  compiling and running the program.
  23.  
  24.  A Modula-2 version of the program, designed to run on the Macintosh as 
  25.  a simple application, is also available.  Contact me at the address 
  26.  below if you want the code and/or application.
  27.  
  28.  
  29.  
  30. SHIPPING MANIFEST
  31. -----------------
  32.  
  33.  All releases of Forth2LaTeX should include the files listed below:
  34.  
  35.  
  36.       README           --  this file     
  37.       INSTALL          --  directions for installing Forth2LaTeX
  38.       
  39.       manual.tex       --  user's manual (LaTeX code)
  40.       manual.txt       --  user's manual (plain text)
  41.       
  42.       Forth2LaTeX.c    --  the C source code (called F2L.C under MS-DOS)
  43.       proto.c          --  a file of function prototypes
  44.       
  45.       
  46.  Additionally, if this is part of the Macintosh release:
  47.  
  48.  
  49.       Forth2LaTeX 1.9  --  Modula-2 application
  50.       Forth2LaTeX 1.9c --  C application
  51.       
  52.       Forth2LaTeX.MOD  --  Modula-2 source code
  53.       
  54.       
  55.  
  56. COPYRIGHT, etc.
  57. ---------------
  58.  
  59.  Forth2LaTeX is distributed as freeware, but I retain all rights to the 
  60.  program.  If you modify the program please send me a copy, especially if 
  61.  you plan on releasing the modified version.  All original copyright notices 
  62.  must remain intact in any new version.  Non-profit distribution encouraged.
  63.  For profit distribution forbidden.  Basically, use the program but don't 
  64.  try to make money off of it or claim it as your own even if you modify it.
  65.  
  66.  
  67. AUTHOR CONTACT
  68. --------------
  69.  
  70.  I can be reached via email at:  kneusel@studsys.mscs.mu.edu
  71.  
  72.  Snail mail to:  Ronald T. Kneusel
  73.                  8725 West Burdick Avenue
  74.                  Milwaukee, WI  53227  USA
  75.                  (414) 545-7557
  76.